home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AppDelegate = {
- ACTIONS = {
- appWillTerminate:;
- closeDocument:;
- newDocument:;
- openDocument:;
- saveAsDocument:;
- appDidInit:;
- doCsound:;
- saveDocument:;
- rerunLastCompile:;
- playLastSound:;
- showHelpFor:;
- info:;
- preferences:;
- debugAlert:;
- saveAll:;
- };
- OUTLETS = {
- lastDocument;
- stringTable;
- menuPlaySound;
- subprocessMgr;
- currentDocument;
- info;
- menuRerunCompile;
- preferences;
- };
- SUPERCLASS = Object;
- };
- CommandScroll = {
- ACTIONS = {
- };
- OUTLETS = {
- delegate;
- docView;
- };
- SUPERCLASS = ScrollView;
- };
-